home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Dolby / DISK 2 / 02Resources.swf / scripts / DefineButton2_123 / BUTTONCONDACTION on(keyPress Up).as next >
Encoding:
Text File  |  2002-02-03  |  81 b   |  5 lines

  1. on(keyPress "<Up>"){
  2.    _root.control.click.start(0,0);
  3.    gotoAndStop(5);
  4. }
  5.